home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / DOCVIEW.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  52 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource and command IDs to use with TDocManager
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_DOCVIEW_RH)
  10. #define OWL_DOCVIEW_RH
  11.  
  12. //
  13. // Commands
  14. //
  15. #define CM_FILENEW          24331
  16. #define CM_FILEOPEN         24332
  17. #define CM_FILESAVE         24333
  18. #define CM_FILESAVEAS       24334
  19. #define CM_FILEREVERT       24335
  20.  
  21. #define CM_FILEPAGESETUP    24336
  22. #define CM_FILEPRINT        24337
  23. #define CM_FILEPRINTERSETUP 24338
  24.  
  25. #define CM_FILECLOSE        24339
  26.  
  27. #define CM_VIEWCREATE       24341
  28.  
  29. //
  30. // String IDs
  31. //
  32. #define IDS_DOCMANAGERFILE  32500
  33. #define IDS_DOCLIST         32501
  34. #define IDS_VIEWLIST        32502
  35. #define IDS_UNTITLED        32503
  36. #define IDS_UNABLEOPEN      32504
  37. #define IDS_UNABLECLOSE     32505
  38. #define IDS_READERROR       32506
  39. #define IDS_WRITEERROR      32507
  40. #define IDS_DOCCHANGED      32508
  41. #define IDS_NOTCHANGED      32509
  42. #define IDS_NODOCMANAGER    32510
  43. #define IDS_NOMEMORYFORVIEW 32511
  44. #define IDS_DUPLICATEDOC    32512
  45.  
  46. //
  47. // Menu ID
  48. //
  49. #define IDM_DOCMANAGERFILE  32401
  50.  
  51. #endif  //  OWL_DOCVIEW_RH
  52.